home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
090
/
ckrem100.arc
/
WS.BAT
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1987-04-16
|
207 b
|
12 lines
ECHO OFF
REM
REM Batch file to prevent the user from running WordStar remotely
REM
CHKREMOT
IF ERRORLEVEL 1 GOTO ERROR
WS1 %1 %2
GOTO ALLDONE
:ERROR
ECHO Cannot Run WordStar Remotely!!
:ALLDONE